
.home-banner {
    position:relative;
    width:100%;
}
.home-banner ul li {
    position:relative;
    overflow:hidden;
}
.home-banner ul li img.banner {
    position:relative;
    width:100%;
    transition: all 0.5s;
}
.home-banner ul li.swiper-slide-active img.banner{
    opacity: 1;
    transform: scale(1.05);
}

.home-banner .pagination-banner {
    bottom: 3% !important;
}
.home-banner .pagination-banner span {
    width: 40px;
    height: 2px;
    border-radius:0px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.home-banner .pagination-banner span.swiper-pagination-bullet-active {
    background: #d1292e;
}


.home-banner .swiper-bottom {
    position:absolute;
    bottom:50%;
    right:0px;
    width:100%;
    padding:0;
    z-index:2;
}
.swiper-relative {
    position:relative;
    height:50px;
    overflow:hidden;
}
.swiper-relative div {
    position:absolute;
    width:43px;
    height:43px;
    border:1px solid rgba(255,255,255,.0.1);
    border-radius:100%;
    cursor:pointer;
}
.home-banner .swiper-banner-prev {
    background:url(../images/left.svg) center no-repeat;
    left: 2%;
}
.home-banner .swiper-banner-next {
    background:url(../images/right.svg) center no-repeat;
    right:2%;
}
.home-banner .swiper-button-disabled {
    opacity:0.35;
}

/*banner图文案*/
.home-banner ul li a {
    display:block;
    width:100%;
    height:100%;
    position:relative;
}
.home-banner ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    display: block;
    vertical-align: middle;
    z-index: 1;
    opacity: 0.5;
}
.home-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    width: 60%;
}
.home-banner .word-fix .title {
    font-size: 40px;
    line-height: 1.4;
    position: relative;
    font-family: "MyriadPro-Light";
}
.home-banner .word-fix .about {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    font-family: "MyriadPro-Light";
    width: 70%;
    max-width: 600px;
    margin:2% 0 0 0;
}
.home-banner .word-fix .go {
    position: relative;
    margin: 80px 0;
    color: #fff;
    font-size: 18px;
    font-family: "MyriadPro-Light";
    cursor: pointer;
    font-weight: normal;
    transition:all 0.5s;
}
.home-banner .word-fix .go::before {
    content: "";
    width: 60px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    transition: all 0.5s;
}
.home-banner .word-fix .go:hover::before {
    width: 100px;
}
@media screen and (max-width:1038px){
.home-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    width: 86%;
}
.home-banner .word-fix .title {
    margin:0% 0 0 0;
    font-size: 38px;
    line-height: 1.4;
    position: relative;
}
.home-banner .word-fix .icon {
    display:block;
    margin: 20px 0;
}
.home-banner .word-fix .icon img {
     max-width: 100%;
}
.home-banner .word-fix .about {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    width: 70%;
    max-width: 600px;
}
.home-banner .word-fix .go {
    position: relative;
    width: 100%;
    margin: 20% 0 0 0;
    color: #fff;
    font-size: 16px;
}
.home-banner .pagination-banner span {
    width: 20px;
    height: 2px;
    margin: 0 7px!important;
}
}
/*banner图文案 end*/

.home-banner ul li img.banner {
    opacity: 0;
}
.home-banner .word-fix .title {
    transform:translateY(200px);
    opacity:0;
    transition:all 1.2s;
}
.home-banner .word-fix .icon {
    transform:translateY(200px);
    opacity:0;
    transition:all 1.4s;
}
.home-banner .word-fix .about {
    transform:translateY(200px);
    opacity:0;
    transition:all 1.6s;
}
.home-banner .word-fix .go {
    transform:translateY(200px);
    opacity:0;
    transition:all 1.8s;
}
.home-banner .swiper-slide-active img.banner,.home-banner .swiper-slide-active .word-fix .title,.home-banner .swiper-slide-active .word-fix .icon,.home-banner .swiper-slide-active .word-fix .about,.home-banner .swiper-slide-active .word-fix .go {
    transform:translateY(0px);
    opacity:1;
}
/*banner图 end*/

/*标题*/
.them-title {
}

.them-title h4 {
    margin:0;
    padding-bottom:7px;
    font-size:38px;
    color: #d1292e;
    font-family: "MyriadPro-Light";
}

.them-title h5 {
    font-size:16px;
    color: #231815;
    line-height: 1.8;
    font-family: "MyriadPro-Light";
}
.them-title h5 span {
    padding:0.1rem 0;
    color: #252525;
    font-family: "MyriadPro-Light";
}


@media screen and (max-width:1038px){
.them-title {
    margin:10% 0 3% 0;
}

.them-title h4 {
    font-size:24px;
    padding-bottom:0px;
}

.them-title h5 {
    font-size:16px;
}
}
/*标题 end*/



.home-product {
    position: relative;
    padding:0.8rem 0;
}
.home-product::before {
    opacity: 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    z-index: -1;
    background: url(../images/home/products.jpg) no-repeat right center/100%;
    transition: all 3s;
}
.home-product::after {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-image: -webkit-linear-gradient(top,#fff,#fff);
    transition: all 3s;
}
.home-product .product-item {
}

.home-product .product-item .product {
    padding:0.3rem 0 0 0;
}
.home-product .product-item .product ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-words: flex-start;
    gap: 2%;
}
.home-product .product-item .product ul li {
    width: 23.5%;
    border-radius: 4px;
    margin-bottom: 2%;
}

.home-product .product-item .product ul li .photo {
    border:1px solid #eee;
    overflow:hidden;
}
.home-product .product-item .product ul li:hover .photo{
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.home-product .product-item .product ul li .photo img {
    width:100%;
    transition: all 0.6s ease;
}
.home-product .product-item .product ul li:hover .photo img{
    transform: scale(1.05);
}
.home-product .product-item .product ul li h3 {
    font-size: 16px;
    color: #d1292e;
    font-family: "MyriadPro-Light";
    text-align: center;
    padding: 8px 0;
}
@media screen and (max-width:1038px){
.home-product {
    padding:0.8rem 0;
}
.home-product .product-item {
}

.home-product .product-item .product {
    padding:0.3rem 0 0 0;
}
.home-product .product-item .product ul {
    gap: 2%;
}
.home-product .product-item .product ul li {
    width: 49%;
    border-radius: 4px;
    margin-bottom: 2%;
}

.home-product .product-item .product ul li .photo {
    border:1px solid #eee;
}
.home-product .product-item .product ul li:hover .photo{
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.home-product .product-item .product ul li .photo img {
}
.home-product .product-item .product ul li:hover .photo img{
}
.home-product .product-item .product ul li h3 {
    font-size: 0.14rem;
    padding: 8px 0;
}
}


.home-tag {
    background:#dedede;
}
.tag-item {
    padding:0.5rem 0;
}
.tag-item ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.tag-item ul li {
    width: 16.66%;
}
.tag-item ul li h3 {
    font-size: 58px;
    color: #d1292e;
    font-family: "MyriadPro-Light";
}
.tag-item ul li p {
    font-size: 16px;
    color: #231815;
    font-family: "MyriadPro-Light";
}
.tag-item ul li p span {
    color: #d1292e;
    font-family: "MyriadPro-Light";
}
@media screen and (max-width:1038px){
.home-tag {
}
.tag-item {
    padding:0.5rem 0;
}
.tag-item ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.tag-item ul li {
    width: 50%;
    margin: 0.2rem 0;
}
.tag-item ul li h3 {
    font-size: 0.34rem;
}
.tag-item ul li p {
    font-size: 0.16rem;
}
.tag-item ul li p span {
    color: #d1292e;
}    
}


/*成功案例*/
.home-case {
    position: relative;
    padding:0.8rem 0;
    
}
.home-case::before {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/home/case-bg.jpg) no-repeat left bottom/50%;
    transition: all 3s;
}
.home-case::after {
    opacity: 1;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background: url(../images/home/products.jpg) no-repeat right bottom/30%;
    transition: all 3s;
}
.home-case .case-item {
    padding:0.3rem 0 0 0;
}
.home-case .case-item .case-list {
    position: relative;
    overflow:hidden;
}
.home-case .case-item .case-list ul {
}
.home-case .case-item .case-list ul li {
    float:left;
    width:33%;
}
.home-case .case-item .case-list ul li .photo {
    width: 100%;
    height: 0;
    padding-top: 70%;
    overflow: hidden;
    position: relative;
}
.home-case .case-item .case-list ul li .photo img {
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}

.home-case .case-item .case-list ul li .word {
    padding:0.2rem 0;
    text-align: center;
    background:#fff;
}
.home-case .case-item .case-list ul li .word h3 {
    font-size: 16px;
    color:#333;
}
.home-case .case-item .case-list ul li .word h6 {
    margin:0.1rem 0 0 0;
    font-size: 16px;
    color: #d1292e;
    font-family: "MyriadPro-Light";
}

.home-case .swiper-bottom {
    position:absolute;
    bottom:50%;
    right:0px;
    width:100%;
    padding:0;
    z-index:2;
}
.swiper-relative {
    position:relative;
    height:50px;
    overflow:hidden;
}
.swiper-relative div {
    position:absolute;
    width:43px;
    height:43px;
    border:1px solid rgba(255,255,255,.01);
    border-radius:100%;
    cursor:pointer;
}
.home-case .swiper-case-prev {
    background: rgba(0, 0, 0, 0.2) url(../images/left.svg) no-repeat center center/40%;
    left: 2%;
}
.home-case .swiper-case-next {
    background: rgba(0, 0, 0, 0.2) url(../images/right.svg) no-repeat center center/40%;
    right:2%;
}
.home-case .swiper-button-disabled {
    opacity:0.35;
}
.home-case .swiper-case-prev:hover {
    background: rgba(229,0,45, 1) url(../images/left.svg) no-repeat center center/40%;
}
.home-case .swiper-case-next:hover {
    background: rgba(229,0,45, 1) url(../images/right.svg) no-repeat center center/40%;
}
/*成功案例*/
.home-case .case-item .case-list {
    position: relative;
    padding:50px 0;
    overflow:hidden;
}
.home-case .case-item .case-list ul {
}
.home-case .case-item .case-list ul li {
    float:left;
    width:33%;
}
.home-case .case-item .case-list ul li .item {
    padding:0.05rem;
}
.home-case .case-item .case-list ul li .photo {
    width: 100%;
    height: 0;
    padding-top: 70%;
    overflow: hidden;
    position: relative;
}
.home-case .case-item .case-list ul li .photo img {
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}

.home-case .case-item .case-list ul li .word {
    padding:5%;
}
.home-case .case-item .case-list ul li .word h3 {
    font-size: 0.16rem;
    color:#333;
    text-align: center;
}

.home-case .swiper-bottom {
    position:absolute;
    bottom:50%;
    right:0px;
    width:100%;
    padding:0;
    z-index:2;
}
.swiper-relative {
    position:relative;
    height:50px;
    overflow:hidden;
}
.swiper-relative div {
    position:absolute;
    width:43px;
    height:43px;
    border:1px solid rgba(255,255,255,.01);
    border-radius:100%;
    cursor:pointer;
}
.home-case .swiper-case-prev {
    background: rgba(0, 0, 0, 0.2) url(../images/left.svg) no-repeat center center/40%;
    left: 2%;
}
.home-case .swiper-case-next {
    background: rgba(0, 0, 0, 0.2) url(../images/right.svg) no-repeat center center/40%;
    right:2%;
}
.home-case .swiper-button-disabled {
    opacity:0.35;
}
.home-case .swiper-case-prev:hover {
    background: rgba(229,0,45, 1) url(../images/left.svg) no-repeat center center/40%;
}
.home-case .swiper-case-next:hover {
    background: rgba(229,0,45, 1) url(../images/right.svg) no-repeat center center/40%;
}
/*成功案例*/

@media screen and (max-width:1038px){
.home-case {
    padding: 0.3rem 0;
    background: #f3f3f3;
}  
.home-case .case-item .case-list ul li .word h3 {
    font-size: 0.16rem;
}
.home-case .case-item .case-list ul li .word h6 {
    font-size: 0.14rem;
}
}


.home-about {
    position: relative;
    padding:0.8rem 0;
}
.home-about::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    background: url(../images/home/about.jpg) no-repeat right center/100%;
    transition: all 3s;
}
.home-about::after {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: -webkit-linear-gradient(top,#ffffff,#f4f4f4);
    transition: all 3s;
}
.about-item {}
.about-item .photo {
    float:left;
    width:50%;
    opacity: 0;
}
.about-item .photo img {
    width:100%;
}
.about-item .word {
    float:left;
    width:50%;
    padding:0 0.5rem;
}
.about-item  .about-title h4 {
    margin:0;
    padding-bottom:7px;
    font-size:38px;
    color: #d1292e;
    font-family: "MyriadPro-Light";
}

.about-item  .about-title h5 {
    font-size:16px;
    color: #231815;
    line-height: 1.8;
    font-family: "MyriadPro-Light";
}

.about-item .word .tags {
    margin:0.2rem 0 0.2rem 0;

}
.about-item .word .tags p {
    padding:0.1rem 0;
    font-size: 16px;
    color: #231815;
    line-height: 1.8;
    font-family: "MyriadPro-Light";
}
.about-item .word .tags p span {
    padding:0 0.1rem 0 0;
    font-size: 20px;
    color: #252525;
    font-family: "MyriadPro-Light";
}
@media screen and (max-width:1038px){
.home-about {
    padding: 0.3rem 0;
}  
.home-about::before {
    opacity: 0;
}
.home-about::after {
    background-image: -webkit-linear-gradient(top,#ffffff,#f4f4f4);

}
.about-item .photo {
    opacity: 1;
    width: 100%;
}
.about-item .word {
    width: 100%;
    padding: 0.3rem 2%;
}
.about-item .about-title h4 {
    margin: 0;
    padding-bottom: 7px;
    font-size: 24px;
}
.about-item .about-title h5 {
    font-size: 0.14rem;
}
}


/*新闻列表*/
.home-news {
    padding:0.8rem 0;
    background:#f6f6f6;
}
.news-list {
    padding:0.3rem 0 0 0;
}
.news-list ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-words: flex-start;
    gap: 2%;
}

.news-list ul li {
    float: left;
    display: flex;
    justify-content: center;
    align-words: center;
    flex-direction: column;
    width: 49%;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 2%;
    padding:2%;
    background: #fff;
}
.news-list ul li a {
    display: block;
    width: 100%;
}
.news-list ul li .photo {
    float: left;
    width: 40%;
    height: 0;
    padding-top: 28%;
    overflow: hidden;
    position: relative;
}
.news-list ul li .photo figure {
    position: absolute;
    top: 0%;
    left: 0%;
    width:100%;
    height:100%;
}
.news-list ul li .photo figure img {
    display: block;
    width: 100%;
    height:100%;
    border-radius: 4px;
    object-fit: cover;
    transition: all 0.6s ease;
}
.news-list ul li:hover .photo figure img {
    transform: scale(1.05);
}

.news-list ul li .word {
    float: right;
    width: 60%;
    padding:0 5%;
    background: #fff;
}
.news-list ul li .word h3 {
    width: 100%;
    height: 1rem;
    font-size: 18px;
    color: #333;
    line-height: 1.4;
    font-family: "MyriadPro-Light";
}

.news-list ul li .word .more {
    border-top: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    padding: 2% 2%;
    line-height: 30px;
    transition: 0.3s;
}
.news-list ul li .word .more time {
    color:#999;
    font-family: 'Futura-Medium';
}
.news-list ul li .word .more span {
    float: right;
    display: block;
    color: #999;
    font-family: "MyriadPro-Light";
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.news-list ul li .word .more span i {
    padding: 0 0 0 10px;
    font-family:"宋体";
    font-style: normal;
}


.news-list ul li:hover .word h3 {
    color: #e5002d;
}
.news-list ul li:hover .word .more span {
    color: #e5002d;
}
@media screen and (max-width:1038px){
.home-news {
    padding:0.3rem 0;
}
.news-list {
    padding:0.3rem 0;
}
.news-list ul {
}
.news-list ul li {
    float: left;
    width: 98%;
    margin:0.1rem 1%;
}

.news-list ul li .photo {
    width: 100%;
    padding-top: 60%;
}
.news-list ul li .photo figure {
}

.news-list ul li .photo .link {
    display:none;
}
.news-list ul li .photo img {
}

.news-list ul li .word {
    width: 100%;
    padding: 0.2rem;
    background: #fff;
}
.news-list ul li .word h3 {
    height: 0.6rem;
    font-size: 0.16rem;
}
.news-list ul li .word p {
    width:100%;
    height: 95px;
    font-size: 0.14rem;
    margin: 3% 0 10%;
}
}
/*新闻列表*/

/*问题*/
.home-questions {
    position: relative;
    
}
.home-questions::before {
    opacity: 1;
    content: "";
    position: absolute;
    bottom: 0;
    right: 40%;
    width: 3rem;
    height:3rem;
    z-index: 1;
    background: url(../images/home/questions.png) no-repeat center bottom/contain;
    transition: all 2s;
}
.home-questions:hover::before {
    right: 30%;
}
.home-questions::after {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background:#dedede;
    transition: all 3s;
}
.questions-box {
    padding:50px 0;
    overflow:hidden;
}
.questions-box .word {
    float:left;
    width:70%;
}
.questions-box .word h6 {
    margin: 0;
    padding-bottom: 7px;
    font-size: 38px;
    color: #231815;
    font-family: "MyriadPro-Light";
}
.questions-box .word h5 {
    margin: 0;
    padding-bottom: 7px;
    font-size: 38px;
    color: #231815;
    line-height: 1.6;
    text-transform: uppercase;
    font-family: "MyriadPro-Light";
}
.questions-box .word p {
    font-size: 16px;
    color: #231815;
    line-height: 1.8;
    font-family: "MyriadPro-Light";
    font-family: "MyriadPro-Light";
}
.questions-box .go {
    float:left;
    width:30%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.questions-box .go a {
    display:block;
    width: 160px;
    height: 46px;
    background: #d1292e;
    border: solid 1px #d1292e;
    font-size: 15px;
    color: #fff;
    font-family: "MyriadPro-Light";
    line-height: 46px;
    text-align: center;
}
@media screen and (max-width:1038px){
.home-questions {
    background:#f1f1f1;
}
.home-questions::before {
    display: none;
    opacity: 0;
}
.questions-box {
    padding:50px 0;
    overflow:hidden;
}
.questions-box .word {
    width:100%;
}
.questions-box .word p {
    margin: 0;
    padding-bottom: 7px;
    font-size: 18px;
    line-height: 1.6;
}
.questions-box .go {
    width:100%;
    min-height: 100px;
}
.questions-box .go a {
    display:block;
    width: 100%;
    height: 46px;
    background: #d1292e;
    border: solid 1px #d1292e;
    font-size: 16px;
    color: #fff;
    line-height: 46px;
    text-align: center;
}
}
/*问题 end*/